home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD32 Gamer 15 / CD32 Gamer - 1995 - Issue 15.iso / fli / src / math64.h < prev    next >
Text File  |  1994-11-19  |  334b  |  10 lines

  1. void __asm add64 (register __a0 struct EClockVal *dst,
  2.                   register __a1 struct EClockVal *src);
  3.  
  4. void __asm sub64 (register __a0 struct EClockVal *dst,
  5.                   register __a1 struct EClockVal *src);
  6.  
  7. int __asm cmp64 (register __a0 struct EClockVal *dst,
  8.                  register __a1 struct EClockVal *src);
  9.  
  10.